home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
MODULES
/
LESSON02
/
ACT02A
/
common2.cst
/
00105_done.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-09-23
|
239 b
|
11 lines
on mouseDown me
global gClothingList
if bounceButton(the clickOn) then
if count(gClothingList)>0 then
puppetsound 1,"2forget,prompt"
updatestage
else
go to movie the moviePath&"L02Exit"
end if
end if
end